home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libtwolame0 / TODO < prev   
Text File  |  2008-01-09  |  967b  |  33 lines

  1. TwoLAME TODO List
  2. =================
  3.  
  4. - Fix bug with Padding and framesizes with samplerate of 44.1 and 22kHz
  5.  
  6.  
  7.  
  8. - use Exact-width integer types (eg uint16_t)
  9.  
  10. - Add libresample support to libtoolame (toolame_set_in_samplerate etc.)
  11. - parameter checking in toolame.c using assert
  12. - Create a new toolame.spec (be sure to include twolame.pc)
  13. - quite a lot of duplicated code between toolame_encode_buffer_interleaved
  14.   and toolame_encode_buffer
  15. - sort out changing parameter for toolame_set_VBR_q from FLOAT to int (like LAME)
  16.  
  17. - better use of verbosity settings
  18.  
  19. - full options sanity checking/verification in toolame_init_params
  20.  
  21. - don't allow twolame_set_* after twolame_init_params() has been called
  22.  
  23. - Fix broken DAB support
  24.  
  25. - with this VBR mode, we know the bits aren't going to run out, so we can 
  26.   just assign them "greedily".
  27.  
  28. - VBR_a_bit_allocation() is yet to be written :)
  29.  
  30. - Add a layer 2 decoder ? mpglib ?
  31.  
  32. - use 32-bit floats internally where possible
  33.